@charset "utf-8";

.headline {
    width: 1400px;
    height: 112px;
    padding: 0 50px 0 140px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0 1px 10px 0 rgba(31, 93, 180, 0.14);
    border-radius: 4px;
    margin-top: -80px;
    margin-left: auto;
    margin-right: auto;
}

.headline:before {
    position: absolute;
    left: 20px;
    content: "";
    width: 94px;
    height: 60px;
    background: url(../images/top_tt.png) 50% 0 no-repeat;
}

.headline h4 {
    width: 100%;
    font-size: 30px;
    text-align: center;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #323232;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.grid.p1 {
    position: relative;
}

.focus,
.focus .pic {
    position: relative;
    width: auto;
    height: 390px;
}

.focus .pic>div {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.focus .pic img {
    width: 100%;
    height: 100%;
}

.focus .pic span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    padding: 10px 80px 10px 10px;
    line-height: 26px;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #333;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
}

.focus .focus-prev,
.focus .focus-next {
    position: absolute;
    top: 50%;
    z-index: 3;
    display: block;
    width: 36px;
    height: 60px;
    margin-top: -30px;
    line-height: 60px;
    text-align: center;
    font-size: 28px;
    cursor: pointer;
    color: #fff;
    opacity: 0;
    transition: all .3s;
}

.focus .focus-prev .iconfont,
.focus .focus-next .iconfont {
    font-size: 28px;
    font-weight: normal;
}

.focus .focus-prev {
    transform: translate(-50px, 0);
    left: 0;
    background: url(../images/topic_prev.png) no-repeat;
    background-size: 100% 100%;
}

.focus .focus-next {
    transform: translate(50px, 0);
    right: 0;
    background: url(../images/topic_next.png) no-repeat;
    background-size: 100% 100%;
}

.focus:hover .focus-prev,
.focus:hover .focus-next {
    opacity: 1;
    transform: translate(0, 0);
}

.focus .navi {
    position: absolute;
    bottom: 14px;
    left: auto;
    right: 0;
    width: auto;
    margin-bottom: 4px\9;
    padding: 0 20px;
    text-align: right;
}

.focus .swiper-pagination-bullet {
    background: #FFFFFF;
    opacity: 1;
}

.focus .swiper-pagination-bullet-active {
    width: 26px;
    background: #2178EF;
    border-radius: 4px;
}

.news .tab {
    width: 100%;
    height: 64px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border: 1px solid #DFE0E1;
    border-radius: 4px;
}

.news .tab a {
    height: 60px;
    line-height: 60px;
    position: relative;
    display: inline-block;
    padding: 0 30px;
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #262626;
}

.news .tab a:hover,
.news .tab a.current {
    color: #004E8E;
}

.news h3.tab a:after {
    width: 42px;
    height: 0;
    background: #B8282D;
    border-radius: 2px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
}

.news h3.tab a.current:after {
    height: 4px;
}

.news .tab span {
    color: #DFE0E1;
}

.xxxc,
.xxgc {
    height: auto;
    transition: all .3s;
}

.xxxc:hover,
.xxgc:hover {
    transform: scale(1.03);
}

.xxxc img,
.xxgc img {
    width: 100%;
}

.center {
    background: url(../images/center_bg.png) bottom no-repeat;
}

.p2 h3 {
    width: 100%;
    height: 60px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #D7D7D7;
}

.p2 h3 .title {
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #2D2E2D;
    border-bottom: 4px solid #004E8E;
}

.p2 h3 .more {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #2D2D2D;
    cursor: pointer;
}

.bt {
    width: 100%;
    height: 36px;
    margin-top: 40px;
    margin-bottom: 30px;
    text-align: center;
    background: url(../images/bt_bg.png) center center no-repeat;
}

.bottom h3 a,
.bt a {
    height: 36px;
    line-height: 36px;
    font-size: 32px;
    font-family: Microsoft YaHei;
    font-weight: bold;
}

.bottom h3 a .l,
.bt a .l {
    color: #2D2C2D;
}

.bottom h3 a .r,
.bt a .r {
    color: #B8282D;
}

.p3 h3.tab ,
.p5 h3 .tab{
    height: 60px;
}

.p3 .tab,
.p5 .tab {
    height: 64px;
    display: flex;
    align-items: center;
}

.p3 .tab a,
.p5 .tab a {
    height: 60px;
    line-height: 60px;
    position: relative;
    margin-right: 40px;
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #2D2E2D;
}

.p3 h3.tab a:after,
.p5 .tab a:after {
    height: 4px;
    background: #004E8E;
    border-radius: 2px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transform: scale(0, 1);
    transition: transform .3s;
}

.p3 h3.tab a.current:after,
.p5 h3.tab a.current:after {
    transform: scale(1, 1)
}

.date-before {
    width: 83px;
    height: 83px;
    padding: 5px;
    margin-right: 25px;
    display: none;
    border: 1px solid #C1DAFA;
    border-radius: 10px 0 10px 0;
}

.date-after {
    width: 100%;
    height: 100%;
    text-align: center;
    background: #EAF3FE;
    border-radius: 10px 0 10px 0;
}

.dd {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #2D2D2D;
}

.yy-mm {
    height: 26px;
    line-height: 26px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    color: #2D2D2D;
}

.jd {
    width: 47px;
    height: 19px;
    margin-left: 2px;
    background: url(../images/jd.png) no-repeat;
}

.gfxwj li a {
    display: flex;
    align-items: center;
}

.gfxwj li .nr .source {
    display: none;
    margin-top: 10px;
    font-size: 16px;
    color: #656565;
}

.gfxwj li:hover,
.gfxwj li.current {
    width: 100%;
    height: 120px;
    display: flex;
    border-bottom: 1px dashed #C7C7C7;
}

.gfxwj li:hover:before,
.gfxwj li.current:before {
    display: none;
}

.gfxwj li:hover .date,
.gfxwj li.current .date {
    display: none;
}

.gfxwj li:hover .date-before,
.gfxwj li.current .date-before {
    display: block;
}

.gfxwj li:hover .nr,
.gfxwj li.current .nr {
    width: calc( 100% - 110px );
}

.gfxwj li:hover a,
.gfxwj li.current a {
    width: auto;
    font-weight: 550;
}

.gfxwj li:hover .source,
.gfxwj li.current .source {
    display: block;
}

.zcwjk {
    width: 100%;
    height: 280px;
    padding: 24px 33px;
    text-align: center;
    background: url(../images/zcwjk_bg.png) 100% 100% no-repeat;
}

.zcwjk h3 {
    width: 214px;
    height: 40px;
    margin: 0 auto 23px auto ;
    background: url(../images/zcwjk_bt.png) 100% 100% no-repeat;
}

.zcwjk input {
    width: 100%;
    height: 46px;
    padding: 0 20px;
    margin-bottom: 15px;
    background: #FFFFFF;
    border: 1px solid #D4E3ED;
}

.zcwjk input::placeholder,
.zcwjk input::-webkit-input-placeholder,
.zcwjk input:-moz-placeholder,
.zcwjk input:-ms-input-placeholder {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #909DA3;
}

.zcwjk button {
    width: 126px;
    height: 44px;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    background: #004E8E;
    border-radius: 2px;
    outline: none;
    border: none;
}

.slideBox,
.slideBox2 {
    width: 100%;
    position: relative;
}

.slideBox .bd {
    position: relative;
    width: 100%;
    height: 100px;
}

.slideBox2 .bd {
    position: relative;
    width: 100%;
    height: 120px;
    margin-top: 15px;
}

.slideBox .bd>div,
.slideBox2 .bd>div {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.slideBox .bd img,
.slideBox2 .bd img {
    width: 100%;
    height: 100%;
}

.slideBox .slide,
.slideBox2 .slide {
    position: absolute;
    text-align: center;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next,
.slideBox2 .prev,
.slideBox2 .next {
    position: absolute;
    top: 50%;
    z-index: 9;
    display: block;
    width: 24px;
    height: 40px;
    margin-top: -15px;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
    transition: all .3s;
}

.slideBox .next {
    background: url(../images/next.png) 100% 100% no-repeat;
    transform: translate(50px, 0);
    right: 0;
}

.slideBox2 .next {
    background: url(../images/next.png) 100% 100% no-repeat;
    transform: translate(50px, 0);
    right: 0;
}

.slideBox .prev {
    background: url(../images/prev.png) 100% 100% no-repeat;
    transform: translate(-50px, 0);
    left: 0;
}

.slideBox2 .prev {
    background: url(../images/prev.png) 100% 100% no-repeat;
    transform: translate(-50px, 0);
    left: 0;
}

.slideBox:hover .prev,
.slideBox:hover .next,
.slideBox2:hover .prev,
.slideBox2:hover .next {
    opacity: 1;
    transform: translate(0, 0);
}

.zwgk-row {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-between;
}

.zwgk-card {
    width: 264px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/card_bg.png) no-repeat;
    background-size: 100% 100%;
}

.zwgk-card a {
    display: flex;
    align-items: center;
    font-size: 22px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #1F1F1F;
}

.zwgk-card a i {
    display: block;
    margin-right: 15px;
    transform-style: preserve-3d;
    transition: transform 1s;
}

.zwgk-card a:hover i {
    transform: rotateY( 360deg );
}

.z1 {
    width: 29px;
    height: 29px;
    background: url(../images/ldxx.png) no-repeat;
}

.z2 {
    width: 28px;
    height: 32px;
    background: url(../images/ixxgkml.png) no-repeat;
}

.z3 {
    width: 30px;
    height: 32px;
    background: url(../images/xxgknb.png) no-repeat;
}

.z4 {
    width: 38px;
    height: 37px;
    background: url(../images/xxgkzn.png) no-repeat;
}

.z5 {
    width: 32px;
    height: 31px;
    background: url(../images/ysqgk.png) no-repeat;
}

.bmfw-title {
    display: flex;
    align-items: center;
}

.p4 .row h3 a {
    height: 60px;
    line-height: 60px;
    display: inline-block;
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #2D2E2D;
    border-bottom: 4px solid #004E8E;
}

.bmfw-title h3 img {
    width: 99px;
    height: 25px;
    vertical-align: top;
}

.bmfw-title .tab {
    display: flex;
    margin-left: auto;
}

.bmfw-title .tab a {
    width: 22px;
    height: 22px;
    margin-left: 10px;
    line-height: 22px;
    font-size: 16px;
    text-align: center;
    font-family: PingFang SC;
    font-weight: 400;
    color: #6A819D;
    border-radius: 50%;
}

.bmfw-title .tab a:hover,
.bmfw-title .tab a.current {
    color: #FFFFFF;
    background: #004F8E;
}
.bmfw-list {
    padding-left: 3px;
}

.bmfw-list li {
    width: calc( 33.3% - 11px );
    height: 104px;
    padding: 22px 20px;
    margin-bottom: 16px;
    float: left;
    display: flex;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0 1px 10px 0 rgba(31,93,180,0.14);
}

.bmfw-list li.l2 {
    margin-left: 16px;
    margin-right: 16px;
}

.bmfw-list li i {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    transform-style: preserve-3d;
    transition: transform 1s;
}

.bmfw-list li:hover i {
    transform: rotateY( 360deg );
}

.bmfw-list li a {
    width: calc( 100% - 70px);
    height: 68px;
    line-height: 34px;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #2D2D2D;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    line-clamp: 2;
}

.bmfw-list li a:hover {
    color: #048;
}

.b1 {
    background: url(../images/b1.png) 100% 100% no-repeat;
}

.b2 {
    background: url(../images/b2.png) 100% 100% no-repeat;
}

.b3 {
    background: url(../images/b3.png) 100% 100% no-repeat;
}

.b4 {
    background: url(../images/b4.png) 100% 100% no-repeat;
}

.b5 {
    background: url(../images/b5.png) 100% 100% no-repeat;
}

.b6 {
    background: url(../images/b6.png) 100% 100% no-repeat;
}

.b7 {
    background: url(../images/b7.png) 100% 100% no-repeat;
}

.b8 {
    background: url(../images/b8.png) 100% 100% no-repeat;
}

.b9 {
    background: url(../images/b9.png) 100% 100% no-repeat;
}

.b10 {
    background: url(../images/b10.png) 100% 100% no-repeat;
}

.hbzwfww {
    width: 100%;
    height: 120px;
    display: block;
    margin-top: 15px;
    background: url(../images/hbzwfww.png) no-repeat;
    background-size: 100% 100%;
}

.hbzwfww .zwfw-ico,
.hbzwfww .hbgd-ico {
    display: none;
}

.hbzwfww .zwfw-ico img,
.hbzwfww .hbgd-ico img{
    height: 100%;
}

.hbzwfww .fwxx {
    width: 240px;
    height: 40px;
    margin: 40px;
    float: right;
    display: flex;
    background: url(../images/fwxx.png) no-repeat;
    border-radius: 20px;
    color: #FFFFFF;
    justify-content: center;
    align-items: center;
}

.hbzwfww .fwxx a {
    padding: 0 20px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;;
}

.hbzwfww .fwxx a:hover {
    color: #048;
}

.tjsj .sj-card {
    width: 100%;
    height: 104px;
    background: #E9F2FD;
    margin-bottom: 16px;
}

.tjsj .sj-card p {
    width: 106px;
    height: 32px;
    line-height: 32px;
    margin: 0 auto;
    font-size: 18px;
    text-align: center;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    background: #004F8E;
    border-radius: 0 0 15px 15px;
}

.tjsj .sj-card .sj {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tjsj .sj-card .sj b {
    width: 33.3%;
    height: 36px;
    margin: 18px 0;
    line-height: 36px;
    text-align: center;
}

.tjsj .sj-card .sj b.border {
    border-left: 1px solid #BEDCFC;
    border-right: 1px solid #BEDCFC;
}

.tjsj .sj-card .sj b .word {
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #004E8E;
}

.tjsj .sj-card .sj b .count {
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #004E8E;
}

.bn {
    height: 120px;
    margin-top: 31px;
}

.hdjl {
    width: 100%;
    padding: 30px 0;
    background: url(../images/hdjl_top_bg.png) top center no-repeat;
}

.hdjl .bt {
    margin-top: 0;
}

.dczj li {
    width: 100%;
    padding-left: 0;
    display: flex;
    align-items: center;
}

.dczj li:before {
    display: none;
}

.dczj li a {
    width: calc( 80% - 72px );
}

.dczj li i {
    width: 62px;
    height: 24px;
    margin-right: 10px;
}

.ing {
    background: url(../images/ing.png) center center no-repeat;
}

.end {
    background: url(../images/over.png) center center no-repeat;
}

.hdjl-bar {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.hdjl .pic {
    width: 100%;
    height: 240px;
    margin-top: 25px;
    position: relative;
    overflow: hidden;
}

.hdjl .pic img {
    width: 100%;
    height: 240px;
    transition: all .3s;
}

.hdjl .pic:hover img {
    transform: scale( 1.1 , 1.1 );
}

.hdjl .interview_con {
    width: 100%;
    height: 134px;
    padding: 20px;
    background: #F2F9FF;
    border: 1px solid #D4E3ED;
}

.hdjl .interview_con a,
.hdjl .interview_con p {
    width: 100%;
    display: block;
    line-height: 30px;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #2D2D2D;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.hdjl .interview_con a:hover {
    color: #004E8E;
}

.hdjl .interview_con .intro {
    margin-right: 10px;
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #004E8E;
}


.jzxx,
.zxts,
.jbdh {
    width: 290px;
    height: 104px;
    padding: 23px 32px;
}

.jzxx {
    background: url(../images/jzxx.png) 100% 100% no-repeat;
}

.zxts {
    background: url(../images/zxts.png) 100% 100% no-repeat;
}

.jbdh {
    background: url(../images/jbdh.png) 100% 100% no-repeat;
}

.hdjl-bar a {
    font-size: 26px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #2D2E2D;
    transition: all .3s;
}

.hdjl-bar a:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, .2);
    transform: translate(0, -3px);
}

.bq {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bq .zxft {
    height: 60px;
    line-height: 60px;
    display: inline-block;
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #2D2E2D;
    border-bottom: 4px solid #004E8E;
}

.index-topic {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.index-topic li {
    height: 148px;
}

.index-topic li a {
    height: 148px;
    margin: 0 15px;
    display: block;
}

.index-topic li a img {
    width: 100%;
    height: 100%;
}

.index-topic .index-topic-prev,
.index-topic .index-topic-next {
    position: absolute;
    top: 54px;
    z-index: 9;
    display: block;
    width: 24px;
    height: 40px;
    cursor: pointer;
    color: #fff;
    opacity: 0;
    transition: all .3s;
}

.index-topic .index-topic-prev {
    transform: translate( 0, 15px);
    left: 15px;
    background: url(../images/topic_prev.png) 100% 100% no-repeat;
}

.index-topic .index-topic-next {
    transform: translate( 0, 15px);
    right: 15px;
    background: url(../images/topic_next.png) 100% 100% no-repeat;
}

.index-topic:hover .index-topic-prev,
.index-topic:hover .index-topic-next {
    opacity: 1;
    transform: translate(0, 0);
}

.bottom {
    padding-bottom: 60px;
    background: url(../images/bottom_bg.png) bottom center no-repeat;
}

.bottom-bt {
    width: 100%;
    margin: 30px 0;
    display: flex;
    align-items: center;
}

.bottom-bt a {
    display: flex;
}

.bottom-bt b {
    width: calc( 100% - 771px );
    height: 19px;
    margin-left: 25px;
    background: url(../images/bottom_bt_bg.png) no-repeat;
    overflow: hidden;
}

.bottom-bt span {
    display: flex;
    align-items: center;
}

.bottom-bt span a {
    padding: 0 10px;
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;
}

.bottom-bt span a.on,
.bottom-bt span a:hover {
    color: #004E8E;
}

.video li {
    height: 240px;
    position: relative;
}

.video li a {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}

.video li a img {
    width: 100%;
    height: 180px;
    position: relative;
    overflow: hidden;
    display: block;
    object-fit: cover;
    transition: all .3s;
}

.video li a i {
    width: 38px;
    height: 38px;
    position: absolute;
    top: 40%;
    left: 50%;
    display: block;
    transform: translate( -35% , -40% );
    background: url(../images/pause_ico.png) 100% 100% no-repeat;
}

.video li a b {
    width: 100%;
    height: 60px;
    line-height: 60px;
    display: block;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #3E3E3E;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #D4E3ED;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.video li a:hover img {
    transform: scale( 1.1 , 1.1);
}

.video li a:hover b {
    color: #004E8E;
}

/* 侧栏 */
#right {
    position: fixed;
    display: block;
    top: 10%;
    right: 30px;
    z-index: 9;
}

#right>ul {
    display: flex;
    flex-flow: column;
}

#right>ul>li {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
    transition: all 0.35s ease-in-out;
}

#right>ul>li.xs {
    margin-bottom: -30px;
    opacity: 0;
}

#right>ul>li.xs2 {
    visibility: hidden;
}

#right>ul>li.z45 {
    transform: rotate(135deg);
}

#right>ul>li a img {
    width: 68px;
    height: 68px;
    transform-style: preserve-3d;
    transition: transform 1s;
}

#right>ul>li a:hover img {
    transform: rotateY( 360deg );
}

.dianhua {
    position: relative;
}

.tel {
    width: 200px;
    height: 68px;
    position: absolute;
    display: none;
    top: 0;
    left: -220px;
    background: #FFFFFF;
    border: 1px solid #5398ed;
    border-radius: 8px;
}

.tel span {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.dianhua:hover .tel {
    display: block;
}

.znjqr {
    width: 146px;
    height: 168px;
    position: relative;
    text-align: center;
    background: url(../images/znjqr.png) 100% 100% no-repeat;
}

.znjqr a {
    width: 112px;
    height: 36px;
    line-height: 36px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate( -50% );
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    background: linear-gradient(0deg, #265ED0 0%, #3E94EA 100%);
    border-radius: 19px;
}

/* 首页自适应 */
@media (max-width: 1550px) {
    .grid {
        padding: 0 30px;
    }

    .headline {
        width: 1340px;
    }
}

@media (max-width: 1400px) {
    .news .tab a {
        padding: 0;
    }

    .headline {
        width: 100%;
        margin-top: 0;
    }

    .bmfw-list li,
    .bmfw-list li.l2 {
        margin-left: 20px;
        margin-right: 0px;
    }

}

@media (max-width: 1200px) {
    .w80 {
        width: 73%;
    }

    .zwgk-row {
        display: block;
        height: auto;
    }

    .zwgk-card {
        width: 30%;
        float: left;
        margin: calc( 10%/6 );
    }

    .hbzwfww {
        width: 250px;
        height: 280px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        background: url(../images/zwfw2.png) no-repeat;
        background-size: 100% 100%;
    }

    .hbzwfww .zwfw-ico {
        height: 50px;
        display: block;
        position: absolute;
        top: 20px;
        left: 50%;
        transform: translate( -50%, 0);
    }

    .hbzwfww .hbgd-ico {
        height: 30px;
        display: block;
        position: absolute;
        top: 100px;
        left: 50%;
        transform: translate( -50%, 0);
    }

    .hbzwfww .fwxx {
        position: absolute;
        margin: 0;
        bottom: 50px;
        left: 50%;
        transform: translate( -50%, 0);
    }
}

@media (max-width: 1024px) {
    #right {
        display: none;
    }
}

@media (max-width: 986px) {
    .focus,
    .focus .pic {
        height: auto;
    }

    .news .tab {
        margin-top: 30px;
    }

    .xxxc {
        margin-bottom: 30px;
    }

    .zcwjk {
        margin-top: 30px;
        background-size: 100% 100%;
    }

    .slideBox {
        width: 520px;
        margin-left: auto;
        margin-right: auto;
    }

    .tv {
        height: 120px;
    }

    .bmfw-list li {
        width: 45%;
        margin: calc( 10%/4 );
    }

    .bmfw-list li.l2 {
        margin: calc( 10%/4 );
    }

    .hdjl .pic,
    .hdjl .interview_con {
        width: 520px;
        margin-left: auto;
        margin-right: auto;
    }

    .bottom-bt b {
        display: none;
    }

    .tb {
        margin-left: auto;
    }

    .video li {
        width: 520px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }

    .dczj li.panel-more a {
        width: 100%;
    }
	.gfxwj li:hover, .gfxwj li.current{
		height:auto;
	}
	.list-t li .date{
		display:none
		
	}
	.gfxwj li a{
		display:block
	}
		.bar-box{
		display:none
	}
}

@media (max-width: 768px) {
    .bottom-bt {
        display: block;
    }

    .tb {
        float: right;
        margin-bottom: 20px;
    }
	
}

@media (max-width: 520px) {
	.w80{
		width:100%
	}
	.news .tab a {
    font-size: 16px;
}
	.p3 .tab a, .p5 .tab a{
		font-size:20px
	}

	.jd{
		display:none
	}
    .headline {
        height: auto;
        padding: 15px;
    }

    .headline h4 {
        display: block;
        white-space: normal;
    }

    .headline h4 a {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-all;
        line-clamp: 3;
    }

    .headline:before {
        display: none;
    }

    .news .tab span {
        display: none;
    }

    .news .tab a {
        text-align: center;
    }

    .bt {
        height: 26px;
        margin: 20px 0;
    }

    .bt a {
        font-size: 26px;
        line-height: 26px;
    }

    .hbzwfww {
        width: 100%;
        height: 240px;
        background-size: 100%;
    }

    .hbzwfww .zwfw-ico {
        height: 50px;
        top: 20px;
    }

    .hbzwfww .hbgd-ico {
        height: 30px;
    }

    .hbzwfww .fwxx {
        bottom: 30px;
    }

    .slideBox,
    .hdjl .pic,
    .hdjl .interview_con,
    .video li {
        width: 100%;
    }

    .hdjl .pic,
    .hdjl .pic img{
        height: auto;
    }

    .bq img {
        height: 40px;
    }

    .zwgk-card,
    .bmfw-list li {
        width: 95%;
        margin: calc( 5%/2 );
    }

    .hdjl-bar a {
        width: 30%;
        font-size: 18px;
        font-weight: 600;
    }

    .jzxx,
    .zxts,
    .jbdh {
        margin: 0 auto 20px auto;
    }

    .bottom-bt {
        margin-bottom: 200px;
    }

    .bottom-bt span {
        display: block;
    }

    .tb {
        width: 100%;
    }

    .tb a {
        width: 45%;
        margin: calc( 10%/4 );
        justify-content: center;
        float: left;
        border: 1px solid #DFE0E1;
        border-radius: 8px;
    }

    .tb p {
        display: none;
    }
	
	.jzxx, .zxts, .jbdh {
        height: auto;
        text-align: center;
    }
	
}

@media (max-width: 425px) {
    .headline {
        margin-top: 30px;
    }

    .headline h4 {
        font-size: 22px;
    }

    .news .tab a {
        font-size: 16px;
    }

    .p2 h3 .title,
    .p4 .row h3 a,
    .bq .zxft {
        font-size: 20px;
    }

    .p3 .tab a,
    .p5 .tab a {
        margin-right: 20px;
        font-size: 20px;
    }

    .gfxwj li a {
        display: block;
    }

    .gfxwj li a i {
        display: none;
    }
}


@media (max-width: 395px) {
.p3 .tab a, .p5 .tab a{
	margin-right:10px;
	font-size:18px
}
.hdjl-bar a {
    width: 30%;
    font-size: 18px;
    font-weight: 600;
}
.jzxx, .zxts, .jbdh {
    padding: 13px;
}
}